home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.2 Applications 1996 May / SGI IRIX 6.2 Applications 1996 May.iso / dist / impr_dev.idb / usr / impressario / tests / print / text.ipr.z / text.ipr
Text File  |  1996-05-06  |  2KB  |  58 lines

  1. !
  2. !**************************************************************************
  3. !*
  4. !*          Copyright    (c) 1994 SGI  All Rights Reserved
  5. !*
  6. !**************************************************************************
  7. !*
  8. !* File: text.ipr
  9. !*
  10. !* $Revision: 1.2 $
  11. !*
  12. !* Description: Test class configuration file for the testipr program. This
  13. !*    class file describes tests for plain text files.
  14. !*
  15. !**************************************************************************
  16.  
  17. test.basePath: /usr/impressario/tests/data
  18.  
  19. test.1.file:    testfile.txt
  20. test.1.options:    
  21. test.1.desc:    Text file, 335 lines - default options
  22.  
  23. test.2.file:    testfile.txt
  24. test.2.options:    -pstext
  25. test.2.desc:    Text file, 335 lines - formatted as PostScript
  26.  
  27. test.3.file:    testfile.txt
  28. test.3.options:    -pstext -portrait -columns 2 -fontsize 5
  29. test.3.desc:    Text file, 335 lines - as PostScript, portrait, 2 column
  30.  
  31. test.4.file:    testfile.txt
  32. test.4.options:    -pstext -portrait -gaudy
  33. test.4.desc:    Text file, 335 lines - as PostScript, portrait, gaudy
  34.  
  35. test.5.file:    testfile.txt
  36. test.5.options:    -pstext -portrait -gaudy -columns 2 -fontsize 5
  37. test.5.desc:    Text file, 335 lines - as PostScript, portrait, gaudy, 2 column
  38.  
  39. test.6.file:    testfile.txt
  40. test.6.options:    -pstext -landscape
  41. test.6.desc:    Text file, 335 lines - as PostScript, landscape
  42.  
  43. test.7.file:    testfile.txt
  44. test.7.options:    -pstext -landscape -columns 2 -fontsize 7
  45. test.7.desc:    Text file, 335 lines - as PostScript, landscape, 2 column
  46.  
  47. test.8.file:    testfile.txt
  48. test.8.options:    -pstext -landscape -gaudy
  49. test.8.desc:    Text file, 335 lines - as PostScript, landscape, gaudy
  50.  
  51. test.9.file:    testfile.txt
  52. test.9.options:    -pstext -landscape -columns 2 -gaudy -fontsize 7
  53. test.9.desc:    Text file, 335 lines - as PostScript, landscape, gaudy, 2 column
  54.  
  55. test.10.file:    testfile.txt
  56. test.10.options: -pstext -fontname Helvetica -fontsize 18
  57. test.10.desc:    Text file, 335 lines - as PostScript, Helvetica 18 point
  58.